home *** CD-ROM | disk | FTP | other *** search
/ Graphics Bonanza / Graphics Bonanza.iso / prog2 / giflt151 / giflite.new < prev   
Text File  |  1992-04-16  |  4KB  |  140 lines

  1.  
  2. GIFLITE v1.51           17 April 1992
  3. =============
  4.  
  5. . Remove the text-mode only restriction when running GIFLITE in
  6.   Desqview. The -t option should be specified when needed.
  7.  
  8.  
  9. GIFLITE v1.50           30 March 1992
  10. =============
  11.  
  12. . Add -@ExcludeListFile option which excludes files specified
  13.   in ExcludeListFile. The usage log file GIFLITE.USE can be
  14.   used as the exclude list file.
  15.  
  16. . Add method 0 (-m0) which inserts the GIFLITE header but does
  17.   not compress the image. It can be used to prevent the image
  18.   to be recompressed.
  19.  
  20. . The GIFLITE header is now always inserted unless the -h option
  21.   is specified. Some pictures may result in a slightly larger
  22.   files (about 20 bytes larger).
  23.  
  24. . 43/50-line screen can now be restored.
  25.  
  26.  
  27. GIFLITE v1.41            15 September 1991
  28. =============
  29.  
  30. . Fix a problem that cause out of memory when attempting to compress
  31.   many already compressed files.
  32.  
  33. . Check for Read-only file.
  34.  
  35.  
  36. GIFLITE v1.40            1 August 1991
  37. =============
  38.  
  39. . DOS 5 compatibile. Earlier version is compressed by PKLITE v1.03
  40.   which may cause some problem when loading below the first 64K
  41.   segment.
  42.  
  43. . Windows and Desqview aware. When running in Windows 386 Enhanced
  44.   mode or Desqview, GIFLITE will use text mode only.
  45.  
  46. . Add support for Trident 8900, AheadA, AheadB chip set and VESA
  47.   compatible VGA.
  48.  
  49.  
  50. GIFLITE v1.31           25 June 1991
  51. =============
  52.  
  53. . Fix a problem caused by the compiler which may hangup the
  54.   machine when compress multiple files. This problem may be
  55.   machine specific.
  56.  
  57. . During compression, the scan line is now displayed in
  58.   color 127 instead of the background color 0. This should
  59.   provide better indication.
  60.  
  61.  
  62. GIFLITE v1.30           15 June 1991
  63. =============
  64.  
  65. . Add -f option which filter out the GIFLITE header quickly.
  66.   This option is available in the registered version only.
  67.  
  68. . Remove incomplete output file when compressing an already
  69.   compressed image.
  70.  
  71.  
  72. GIFLITE v1.22           6 June 1991
  73. =============
  74.  
  75. . Fix a bug in v1.21 that some files of a wildcard may not be
  76.   compressed if no output path is specified.
  77.  
  78. . It should be capable of compressing upto 4000 to 5000 GIF files
  79.   in one command line using Wildcard or @ListFile.
  80.  
  81.  
  82. GIFLITE v1.21           1 June 1991
  83. =============
  84.  
  85. Advised by CompuServe Graphics Forum Stuff, in order for CompuServe
  86. to accept GIFLITE processed GIF files, the '-9' option is added.
  87. GIFLITE is available in CompuServe as GIFLTE.ZIP in PICS Forum
  88. Decoders & Encoders Library.
  89.  
  90. . -9 option which replace GIF87a header with GIF89a header.
  91.  
  92. . Disable 640x400 resolution on screen display for Tseng 4000 chipset
  93.   due to incompatible problem with some video cards.
  94.  
  95. . Able to accept wildcard file name of large volume of files
  96.   without running out of memory.
  97.  
  98. . Remove incomplete output file when the unregistered version
  99.   attempts to compress image larger than 640x480.
  100.  
  101.  
  102.  
  103. GIFLITE v1.10           29 May 1991
  104. =============
  105.  
  106. . Support the use of a list file,  for example @giflite.lst,  in
  107.   the command line. A list file contains a list of the GIF files
  108.   to be  compressed. This  option  is used  when the  GIF  files
  109.   cannot be expressed  as a  wildcard easily. The  names in  the
  110.   list file are separated  by a space or  a carriage return  and
  111.   the names can contain wildcard character.
  112.  
  113.  
  114. . SET GIFLITE= Environment variable
  115.  
  116.   To help locating  the files GIFLITE.EXE  and GIFLITE.USE,  you
  117.   should put the environment variable into the AUTOEXEC.BAT, for
  118.   example,
  119.  
  120.        SET GIFLITE=C:\GIF
  121.  
  122.   If you are using  DOS 2.2 to 3.0,  it indicates the  directory
  123.   where GIFLITE.EXE is in and where GIFLITE.USE should be in. If
  124.   you are  using  DOS 3.1  or  higher, it  indicates  where  the
  125.   GIFLITE.USE should be in.
  126.  
  127.   This environment variable tells GIFLITE  to put the usage  log
  128.   into a single  GIFLITE.USE even  if you are  compress the  GIF
  129.   files in different directory.  If the variable is not  present
  130.   and you are using DOS 3.1 or higher, the usage log will be put
  131.   into the same directory as the GIFLITE.EXE.
  132.  
  133.  
  134.  
  135. GIFLITE v1.00   18 May 1991
  136. =============
  137.  
  138. This is the first public release.
  139.  
  140.